home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-09-20 | 583 b | 16 lines |
- #ident %W% %E% %Q%
- ###########################################################################
- SRCROOT= .
- DIRNAME= SRCROOT
- RULESDIR= RULES
- include $(SRCROOT)/$(RULESDIR)/rules.top
- ###########################################################################
-
- include $(SRCROOT)/TARGETS/Targetdirs
-
- ###########################################################################
- # Due to a bug in SunPRO make we need special rules for the root makefile
- #
- include $(SRCROOT)/$(RULESDIR)/rules.rdi
- ###########################################################################
-